Remove comment
authorjustbur <justin@burkett.cc>
Sat, 3 Oct 2015 18:22:29 +0000 (14:22 -0400)
committerjustbur <justin@burkett.cc>
Sat, 3 Oct 2015 18:22:29 +0000 (14:22 -0400)
which-key.el

index 37a1412b96d65bc2bc92431f6fef643f0c6fc397..f16ee70ccc27c102ecb1c201c80b386bc1faba4e 100644 (file)
@@ -1414,7 +1414,7 @@ Finally, show the buffer."
 
 (defun which-key--start-timer ()
   "Activate idle timer to trigger `which-key--update'."
-  (which-key--stop-timer) ; start over
+  (which-key--stop-timer)
   (setq which-key--timer
         (run-with-idle-timer which-key-idle-delay t #'which-key--update)))